获取图片结果
请求方法
GET
请求地址
https://api.lanrui.co/comfyui/v1/result
CURL 示例
curl --location 'https://api.lanrui.co/comfyui/v1/result?request_id={填入request_id,删除花括号}' \
--header 'Authorization: Bearer {填入API Key,删除花括号}'
请求参数
参数名 | 参数类型 | 取值范围 | 参数释义 | 是否必填 |
---|---|---|---|---|
request_id | string | generate 接口返回 data 中的 request_id | 请求 id | 是 |
返回响应(json)
参数名 | 参数类型 | 参数释义 |
---|---|---|
request_id | string | 请求结果对应的请求 id |
status | int | 任务状态 0:运行中, 1:已完成, 2:失败 |
message | string | 任务失败的原因, 成功时为空 |
results | []ComfyuiResult | 处理结果 |
ComfyuiResult
参数名 | 参数类型 | 参数释义 |
---|---|---|
status | int | 任务状态 0:运行中, 1:已完成, 2:失败, 3:已取消 |
url | string | 图片地址 |